projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1f5df
)
; textsec.el: fix typo
author
Robert Pluim
<rpluim@gmail.com>
Mon, 17 Jan 2022 17:24:31 +0000
(18:24 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Mon, 17 Jan 2022 17:24:31 +0000
(18:24 +0100)
* lisp/international/textsec.el (textsec-covering-scripts): Fix typo
in docstring.
lisp/international/textsec.el
patch
|
blob
|
history
diff --git
a/lisp/international/textsec.el
b/lisp/international/textsec.el
index 8877a15835ec816785adf37e960f58b77a028d29..c6bcd12ee1f29c7ac9caa5eaf1a301930a89da8a 100644
(file)
--- a/
lisp/international/textsec.el
+++ b/
lisp/international/textsec.el
@@
-93,7
+93,7
@@
Unicode Standard Annex 24 (UAX#24)."
(defun textsec-covering-scripts (string)
"Return a minimal list of scripts used in STRING.
-Not that a string may have several different minimal cover sets.
+Not
e
that a string may have several different minimal cover sets.
The scripts are as defined by the Unicode Standard Annex 24 (UAX#24)."
(let* ((scripts (textsec-scripts string))
(set (car scripts)))